home *** CD-ROM | disk | FTP | other *** search
- global HEXinfo
- if the shiftKey is up then HEXquest
- put empty into HEXinfo
- repeat with x=1 to the number of cd btns
- set cursor to busy
- put short name of btn x into name
- put id of btn x into btnID
- put rect of btn x into btnRect
- put visible of btn x into visB
- put style of btn x into style
- put autoHilite of btn x into hi
- put icon of btn x into ic
- put showName of btn x into showN
- put "BTN "&x&":"&&"ID"&btnID&" *NAME:"&name&" *RECT:"&btnRect&¬
- " *VISIBLE:"&visB&" *STYLE:"&style&" *AUTOHILITE:"&hi&¬
- " *ICON:"&ic&" *SHOWNAME:"&showN into line x of HEXinfo
- end repeat